home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Text / Edit / Vim / doc / archie.doc < prev    next >
Text File  |  1994-08-08  |  2KB  |  40 lines

  1. This file contains the particularities for the Archimedes version of Vim.
  2.  
  3. ============================================================================
  4. The Archimedes version has not been tested. It probably doesn't work at the
  5. moment, because only patches for Vim version 2.0 were available.
  6. ============================================================================
  7.  
  8. vim.hlp needs to be saved as Lib:vimhlp (you should set Lib$Path to be a
  9. path to the directory you want to save this. Your system vimrc file should
  10. be named vimrc in this directory too.) 
  11.  
  12. Another path to set is Tmp$Path This should be the directory you want vim to
  13. use when it does pipes.
  14.  
  15. UnixLib's translations means that local .vimrc files should really be named
  16. /vimrc. Of course vim does these translations, so vim .vimrc will create the
  17. file /vimrc.
  18.  
  19. You need a termcap file - I haven't built this in. To install the termcap
  20. file, you need to assign a variable, UnixLib$/etc to your "/etc" directory
  21. and copy the file "arctermcap" as "/etc/termcap" You also need your TERM
  22. variable to be set to acorn0 before you use vim. Note also that I've set the
  23. "cl" command, clear screen to clear to green screen. You can change this if
  24. you want.
  25.  
  26. Errorfile handling may not work properly. This is not vim's fault, but
  27. UnixLib's system() and exec() handling. It may be OK for Acorn's cc, but gcc
  28. uses exec() and loses redirections, so gcc -c fred.c 2> errorfile doesn't
  29. generate a valid errorfile. Problem is that this is a biggy within UnixLib
  30. to fix, I think.
  31.  
  32. When you call a shell up with :sh and ^Z, you'll get a GOS shell by default.
  33. This means that running another application will exit GOS and throw you back
  34. into vim. I'm working on a bash-like shell for the Arc which will get round
  35. this.
  36.  
  37. If I've missed anything, please drop me a line and I'll try to fix it.
  38.  
  39. Alun Jones, auj@aber.ac.uk
  40.